home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 January / macformat-020.iso / Shareware City / Developers / Commander Sets / 4D Volume / 4D Volume.rsrc / TEXT_11812_4D Volumes 1.1.txt < prev    next >
Encoding:
Text File  |  1994-09-14  |  1.8 KB  |  60 lines

  1. RR¬†Volumes(index;name;file system)  -> err
  2.  
  3. Returns name and file system name of a volume.   Freeware.
  4.  
  5. index      integer   indicates which volume you're asking about. When it's 
  6.                                     not available err <> 0.  First mounted = 1, etc.
  7.  
  8. name            string      returned with the volume name
  9.  
  10. file system   string     description of the file system:
  11.                                         Apple Photo Access
  12.                                         AppleShare
  13.                                         Audio
  14.                                         DOS
  15.                                         HFS
  16.                                         High Sierra
  17.                                         ISO 9660
  18.                                         MFS
  19.                                         NFS *
  20.                                         PowerTalk Mail Enclosures
  21.                                         ProDOS
  22.                                         QuickTake
  23.                                         Unknown
  24.                                         Unknown (xxxx) **
  25.  
  26.                               *= experimentally determined, using NFS/Share.
  27.                             **= with the type found but unknown to the external.
  28.  
  29.                             Except MFS and NFS, all others emulate HFS volumes.
  30.  
  31.  
  32. err     integer       indicates if and which error occured. 
  33.                                     (zero indicates no error).
  34.  
  35.  
  36. History:
  37. 1.0 First release
  38.  
  39. 1.0.1
  40. - AppleShare volumes correctly recognized.
  41.  
  42. 1.0.2
  43. - NFS volume type added.
  44. - Corrected some minor errors.
  45.  
  46. 1.0.3
  47. - Corrected code which may cause problems when low on memory.
  48. - Changed err parameter into integer, shouldn't be a problem.
  49.  
  50. 1.1
  51. - Fixed possible problem which was because of an error in the Apple 
  52.   documentation.
  53. - Added several new file systems.
  54.  
  55. ¬© 1993-1994, Ren√© G.A. Ros
  56. Freeware.
  57.  
  58.  
  59.  
  60.